home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / net / bind-contrib.tar.gz / bind-contrib.tar / contrib / misc / settransfer_mende.shar / SETTRANSFER_CHANGES < prev   
Encoding:
Text File  |  1996-10-25  |  2.0 KB  |  67 lines

  1. NOTE:        Some of the line numbers may be off due to evolution of
  2.         bind source code.
  3.  
  4. From directory named
  5.  
  6. db_glob.h       line 71
  7.                 Set a realistic hard-coded minimum_cache_ttl
  8.                 (60 seconds, not 5 minutes)
  9.  
  10. ns_glob.h       line 103
  11.                 Set a realistic hard-coded maint_interval
  12.                 (60 seconds, not 15 minutes)
  13.  
  14. ns_init.c       line 226
  15.                 Define ``transfer'' keyword, and make
  16.                 entries into the database of transfer programs
  17.  
  18. ns_maint.c      line 406
  19.                 Transfering a zone from ourselves is ok -- if
  20.                 we've got a ``different'' zone transfer program.
  21.  
  22.                 line 449
  23.                 Before starting zone transfer, look up to see
  24.                 if there is a "different" program to run.  If
  25.                 so, run that instead.  If not, run the default
  26.                 _PATH_XFER program.
  27.  
  28.                 line 271
  29.                 line 227
  30.                 Add code that bypasses serial number checking for
  31.                 a zone _if and only if_ our own address is in the
  32.                 list of addresses as authoritative for that zone.
  33.                 (i.e. there's a good chance that we're handling a
  34.                 dynamic zone.  Later checks ensure that there is
  35.                 a ``different'' program to do that zone transfer).
  36.  
  37. ns_req.c        line 705
  38.                 Disable sort_response() call.  (This messes
  39.                 up the prioritization of the responses).
  40.  
  41. ns_resp.c       line 745
  42.                 Disable sort_response() call.
  43.  
  44.  
  45. ns_xfr.c        new file
  46.                 ``transfer'' programs database manipulation routines.
  47.  
  48. Makefile    Line 105
  49.         Add support of ns_xfr.c
  50.  
  51.  
  52. From directgory conf
  53.  
  54. options.h    Line 106
  55.         Add define for SETTRANSFER and disable ROUND_ROBIN
  56.  
  57.         Line 129
  58.         Add code to ensure SETTRANSFER and ROUND_ROBIN are exclusive
  59.  
  60. From directory man
  61.  
  62. named.8        Line 137
  63.         Example of transfer keyword
  64.  
  65.         Line 185
  66.         Description of transfer keyword
  67.